﻿2026-07-06T06:35:56.2714427Z ##[group]Run $ErrorActionPreference = "Stop"
2026-07-06T06:35:56.2714786Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-07-06T06:35:56.2714999Z [36;1m$PIN = "0c95435"[0m
2026-07-06T06:35:56.2715254Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-07-06T06:35:56.2715507Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-07-06T06:35:56.2715847Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-07-06T06:35:56.2716216Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-07-06T06:35:56.2716515Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-07-06T06:35:56.2716804Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-07-06T06:35:56.2717566Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-07-06T06:35:56.2717866Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-07-06T06:35:56.2718336Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-07-06T06:35:56.2718588Z [36;1m}[0m
2026-07-06T06:35:56.2718771Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-07-06T06:35:56.2719019Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-06T06:35:56.2775628Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-06T06:35:56.2775903Z ##[endgroup]
2026-07-06T06:35:57.1500709Z    Compiling proc-macro2 v1.0.106
2026-07-06T06:35:57.1501066Z    Compiling unicode-ident v1.0.24
2026-07-06T06:35:57.1501307Z    Compiling quote v1.0.45
2026-07-06T06:35:57.1501501Z    Compiling cfg-if v1.0.4
2026-07-06T06:35:57.1501920Z    Compiling serde_core v1.0.228
2026-07-06T06:35:57.1502328Z    Compiling serde v1.0.228
2026-07-06T06:35:57.1502650Z    Compiling windows-link v0.2.1
2026-07-06T06:35:57.1502984Z    Compiling portable-atomic v1.13.1
2026-07-06T06:35:57.1503466Z    Compiling getrandom v0.3.4
2026-07-06T06:35:57.1503897Z    Compiling typenum v1.20.1
2026-07-06T06:35:57.1504927Z    Compiling version_check v0.9.5
2026-07-06T06:35:57.1505304Z    Compiling pin-project-lite v0.2.17
2026-07-06T06:35:57.1505649Z    Compiling critical-section v1.2.0
2026-07-06T06:35:57.1506009Z    Compiling find-msvc-tools v0.1.9
2026-07-06T06:35:57.1506406Z    Compiling shlex v2.0.1
2026-07-06T06:35:57.1507074Z    Compiling memchr v2.8.1
2026-07-06T06:35:57.2205668Z    Compiling windows-sys v0.61.2
2026-07-06T06:35:57.2312263Z    Compiling subtle v2.6.1
2026-07-06T06:35:57.3179117Z    Compiling smallvec v1.15.1
2026-07-06T06:35:57.3220315Z    Compiling futures-core v0.3.32
2026-07-06T06:35:57.3320776Z    Compiling equivalent v1.0.2
2026-07-06T06:35:57.4342067Z    Compiling bytes v1.11.1
2026-07-06T06:35:57.4569918Z    Compiling itoa v1.0.18
2026-07-06T06:35:57.4917274Z    Compiling semver v1.0.28
2026-07-06T06:35:57.4934919Z    Compiling stable_deref_trait v1.2.1
2026-07-06T06:35:57.6444670Z    Compiling log v0.4.32
2026-07-06T06:35:57.6618141Z    Compiling rand_core v0.10.1
2026-07-06T06:35:57.6620020Z    Compiling generic-array v0.14.7
2026-07-06T06:35:57.7167430Z    Compiling futures-io v0.3.32
2026-07-06T06:35:57.7795834Z    Compiling rustc_version v0.4.1
2026-07-06T06:35:57.8356491Z    Compiling slab v0.4.12
2026-07-06T06:35:57.8679143Z    Compiling futures-sink v0.3.32
2026-07-06T06:35:57.8819359Z    Compiling rustversion v1.0.22
2026-07-06T06:35:58.1219307Z    Compiling futures-task v0.3.32
2026-07-06T06:35:58.1298635Z    Compiling hashbrown v0.17.1
2026-07-06T06:35:58.1325274Z    Compiling getrandom v0.2.17
2026-07-06T06:35:58.1733737Z    Compiling cpufeatures v0.2.17
2026-07-06T06:35:58.2416542Z    Compiling getrandom v0.4.2
2026-07-06T06:35:58.2626050Z    Compiling fnv v1.0.7
2026-07-06T06:35:58.2763616Z    Compiling libc v0.2.186
2026-07-06T06:35:58.3016932Z    Compiling cfg_aliases v0.2.1
2026-07-06T06:35:58.7440870Z    Compiling strsim v0.11.1
2026-07-06T06:35:58.8229241Z    Compiling jobserver v0.1.34
2026-07-06T06:35:58.8376519Z    Compiling futures-channel v0.3.32
2026-07-06T06:35:58.9033759Z    Compiling litemap v0.8.2
2026-07-06T06:35:58.9203082Z    Compiling writeable v0.6.3
2026-07-06T06:35:58.9203901Z    Compiling autocfg v1.5.1
2026-07-06T06:35:58.9317090Z    Compiling icu_normalizer_data v2.2.0
2026-07-06T06:35:58.9370288Z    Compiling ident_case v1.0.1
2026-07-06T06:35:59.1922423Z    Compiling cc v1.2.63
2026-07-06T06:35:59.2038386Z    Compiling utf8_iter v1.0.4
2026-07-06T06:35:59.2658942Z    Compiling icu_properties_data v2.2.0
2026-07-06T06:35:59.2958358Z    Compiling dunce v1.0.5
2026-07-06T06:35:59.3618089Z    Compiling indexmap v2.14.0
2026-07-06T06:35:59.4008645Z    Compiling syn v2.0.117
2026-07-06T06:35:59.5239321Z    Compiling fs_extra v1.3.0
2026-07-06T06:35:59.5246645Z    Compiling percent-encoding v2.3.2
2026-07-06T06:35:59.5247352Z    Compiling http v1.4.1
2026-07-06T06:35:59.5534008Z    Compiling aws-lc-rs v1.17.0
2026-07-06T06:35:59.6034852Z    Compiling crypto-common v0.1.7
2026-07-06T06:35:59.6258488Z    Compiling cpufeatures v0.3.0
2026-07-06T06:35:59.6427299Z    Compiling unicode-segmentation v1.13.3
2026-07-06T06:35:59.7955381Z    Compiling thiserror v2.0.18
2026-07-06T06:35:59.8068448Z    Compiling scopeguard v1.2.0
2026-07-06T06:35:59.8328125Z    Compiling chacha20 v0.10.0
2026-07-06T06:35:59.8474396Z    Compiling form_urlencoded v1.2.2
2026-07-06T06:35:59.9040780Z    Compiling lock_api v0.4.14
2026-07-06T06:35:59.9277313Z    Compiling block-buffer v0.10.4
2026-07-06T06:36:00.1005175Z    Compiling cmake v0.1.58
2026-07-06T06:36:00.1121664Z    Compiling winapi v0.3.9
2026-07-06T06:36:00.1282104Z    Compiling bitflags v2.12.1
2026-07-06T06:36:00.1891429Z    Compiling untrusted v0.9.0
2026-07-06T06:36:00.1904271Z    Compiling rand v0.10.1
2026-07-06T06:36:00.2028209Z    Compiling digest v0.10.7
2026-07-06T06:36:00.3167151Z    Compiling num-traits v0.2.19
2026-07-06T06:36:00.4314397Z    Compiling windows-strings v0.5.1
2026-07-06T06:36:00.7870202Z    Compiling windows-result v0.4.1
2026-07-06T06:36:00.8761266Z    Compiling ring v0.17.14
2026-07-06T06:36:01.0294973Z    Compiling heck v0.5.0
2026-07-06T06:36:01.1213650Z    Compiling rustls v0.23.40
2026-07-06T06:36:01.2835512Z    Compiling convert_case v0.10.0
2026-07-06T06:36:01.3129354Z    Compiling atomic-waker v1.1.2
2026-07-06T06:36:01.3603207Z    Compiling unicode-xid v0.2.6
2026-07-06T06:36:01.3832738Z    Compiling const-oid v0.10.2
2026-07-06T06:36:01.4896708Z    Compiling anyhow v1.0.102
2026-07-06T06:36:01.5347701Z    Compiling aws-lc-sys v0.41.0
2026-07-06T06:36:01.6245605Z    Compiling zerocopy v0.8.50
2026-07-06T06:36:01.6246212Z    Compiling httparse v1.10.1
2026-07-06T06:36:01.6278641Z    Compiling parking_lot_core v0.9.12
2026-07-06T06:36:01.6574599Z    Compiling http-body v1.0.1
2026-07-06T06:36:01.6900234Z    Compiling curve25519-dalek v4.1.3
2026-07-06T06:36:01.8048143Z    Compiling hybrid-array v0.4.12
2026-07-06T06:36:01.8429706Z    Compiling ahash v0.8.12
2026-07-06T06:36:01.8434203Z    Compiling base64ct v1.8.3
2026-07-06T06:36:01.8801021Z    Compiling powerfmt v0.2.0
2026-07-06T06:36:01.9814921Z    Compiling either v1.16.0
2026-07-06T06:36:02.2236001Z    Compiling fastrand v2.4.1
2026-07-06T06:36:02.2451116Z    Compiling pem-rfc7468 v1.0.0
2026-07-06T06:36:02.2928853Z    Compiling deranged v0.5.8
2026-07-06T06:36:02.5422253Z    Compiling uuid v1.23.2
2026-07-06T06:36:02.5595565Z    Compiling rand_core v0.6.4
2026-07-06T06:36:02.6057953Z    Compiling num-conv v0.2.2
2026-07-06T06:36:02.7010030Z    Compiling data-encoding v2.11.0
2026-07-06T06:36:02.7890332Z    Compiling try-lock v0.2.5
2026-07-06T06:36:02.8245548Z    Compiling time-core v0.1.8
2026-07-06T06:36:02.9397237Z    Compiling zmij v1.0.21
2026-07-06T06:36:02.9944779Z    Compiling vcpkg v0.2.15
2026-07-06T06:36:03.0298223Z    Compiling synstructure v0.13.2
2026-07-06T06:36:03.0516820Z    Compiling darling_core v0.20.11
2026-07-06T06:36:03.0675926Z    Compiling tinyvec_macros v0.1.1
2026-07-06T06:36:03.1831760Z    Compiling pkg-config v0.3.33
2026-07-06T06:36:03.2623866Z    Compiling base64 v0.22.1
2026-07-06T06:36:03.3187902Z    Compiling tower-service v0.3.3
2026-07-06T06:36:03.3957315Z    Compiling tinyvec v1.11.0
2026-07-06T06:36:03.4730666Z    Compiling want v0.3.1
2026-07-06T06:36:03.7325410Z    Compiling parking_lot v0.12.5
2026-07-06T06:36:03.7695760Z    Compiling crypto-common v0.2.2
2026-07-06T06:36:03.8045438Z    Compiling block-buffer v0.12.0
2026-07-06T06:36:03.8074718Z    Compiling sha2 v0.10.9
2026-07-06T06:36:03.8575764Z    Compiling vergen-lib v9.1.0
2026-07-06T06:36:03.9315163Z    Compiling inout v0.1.4
2026-07-06T06:36:03.9998803Z    Compiling n0-future v0.3.2
2026-07-06T06:36:04.0388615Z    Compiling cordyceps v0.3.4
2026-07-06T06:36:04.1893693Z    Compiling diatomic-waker v0.2.3
2026-07-06T06:36:04.2032718Z    Compiling libsqlite3-sys v0.30.1
2026-07-06T06:36:04.2601796Z    Compiling crossbeam-utils v0.8.21
2026-07-06T06:36:04.3113049Z    Compiling signature v2.2.0
2026-07-06T06:36:04.4236818Z    Compiling spin v0.10.0
2026-07-06T06:36:04.4338526Z    Compiling serde_json v1.0.150
2026-07-06T06:36:04.4339149Z    Compiling windows_x86_64_msvc v0.52.6
2026-07-06T06:36:04.4339625Z    Compiling winnow v1.0.3
2026-07-06T06:36:04.4650386Z    Compiling parking v2.2.1
2026-07-06T06:36:04.5329205Z    Compiling httpdate v1.0.3
2026-07-06T06:36:04.5817411Z    Compiling futures-lite v2.6.1
2026-07-06T06:36:04.5963936Z    Compiling socket2 v0.6.4
2026-07-06T06:36:04.6890791Z    Compiling mio v1.2.1
2026-07-06T06:36:04.8386129Z    Compiling digest v0.11.3
2026-07-06T06:36:04.8440283Z    Compiling futures-buffered v0.2.13
2026-07-06T06:36:04.8810806Z    Compiling ed25519 v2.2.3
2026-07-06T06:36:05.2006509Z    Compiling cipher v0.4.4
2026-07-06T06:36:05.2801172Z    Compiling vergen v9.1.0
2026-07-06T06:36:05.2802492Z    Compiling vergen-lib v0.1.6
2026-07-06T06:36:05.4575887Z    Compiling universal-hash v0.5.1
2026-07-06T06:36:05.4682176Z    Compiling noq-udp v0.10.0
2026-07-06T06:36:05.4918965Z    Compiling heapless v0.7.17
2026-07-06T06:36:05.5007267Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-06T06:36:05.5799475Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-06T06:36:05.6450991Z    Compiling sync_wrapper v1.0.2
2026-07-06T06:36:05.6741047Z    Compiling allocator-api2 v0.2.21
2026-07-06T06:36:05.6964859Z    Compiling serde_derive v1.0.228
2026-07-06T06:36:05.6986836Z    Compiling zeroize_derive v1.4.3
2026-07-06T06:36:05.8032381Z    Compiling zerofrom-derive v0.1.7
2026-07-06T06:36:05.8427132Z    Compiling yoke-derive v0.8.2
2026-07-06T06:36:05.8647884Z    Compiling tokio-macros v2.7.0
2026-07-06T06:36:05.8737086Z    Compiling futures-macro v0.3.32
2026-07-06T06:36:05.8747757Z    Compiling zerovec-derive v0.11.3
2026-07-06T06:36:05.9517846Z    Compiling displaydoc v0.2.6
2026-07-06T06:36:06.0831517Z    Compiling tracing-attributes v0.1.31
2026-07-06T06:36:06.1557051Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-06T06:36:06.4706912Z    Compiling thiserror-impl v2.0.18
2026-07-06T06:36:06.5000759Z    Compiling zeroize v1.8.2
2026-07-06T06:36:06.7377084Z    Compiling darling_macro v0.20.11
2026-07-06T06:36:06.7667653Z    Compiling tokio v1.52.3
2026-07-06T06:36:06.9387976Z    Compiling rustls-pki-types v1.14.1
2026-07-06T06:36:06.9405569Z    Compiling futures-util v0.3.32
2026-07-06T06:36:06.9525120Z    Compiling derive_more-impl v2.1.1
2026-07-06T06:36:07.0109686Z    Compiling windows-implement v0.60.2
2026-07-06T06:36:07.2235647Z    Compiling windows-interface v0.59.3
2026-07-06T06:36:07.2691880Z    Compiling spez v0.1.2
2026-07-06T06:36:07.4193142Z    Compiling n0-error-macros v0.1.3
2026-07-06T06:36:07.4232419Z    Compiling darling v0.20.11
2026-07-06T06:36:07.5900006Z    Compiling zerofrom v0.1.8
2026-07-06T06:36:07.7887983Z    Compiling derive_builder_core v0.20.2
2026-07-06T06:36:07.7971538Z    Compiling der v0.8.0-rc.10
2026-07-06T06:36:07.8074416Z    Compiling pin-project-internal v1.1.13
2026-07-06T06:36:07.8722565Z    Compiling yoke v0.8.3
2026-07-06T06:36:07.9144633Z    Compiling byteorder v1.5.0
2026-07-06T06:36:07.9158570Z    Compiling opaque-debug v0.3.1
2026-07-06T06:36:08.0762641Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-06T06:36:08.1973815Z    Compiling zerovec v0.11.6
2026-07-06T06:36:08.2913869Z    Compiling zerotrie v0.2.4
2026-07-06T06:36:08.3266129Z    Compiling windows-core v0.62.2
2026-07-06T06:36:08.4943592Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-06T06:36:08.5824559Z    Compiling n0-error v0.1.3
2026-07-06T06:36:08.7559032Z    Compiling ed25519-dalek v2.2.0
2026-07-06T06:36:08.8519531Z    Compiling tinystr v0.8.3
2026-07-06T06:36:08.9386463Z    Compiling potential_utf v0.1.5
2026-07-06T06:36:09.1448794Z    Compiling icu_locale_core v2.2.0
2026-07-06T06:36:09.1740557Z    Compiling icu_collections v2.2.0
2026-07-06T06:36:09.1804824Z    Compiling derive_builder_macro v0.20.2
2026-07-06T06:36:09.2009554Z    Compiling spki v0.8.0-rc.4
2026-07-06T06:36:09.3079148Z    Compiling pin-project v1.1.13
2026-07-06T06:36:09.3096962Z    Compiling hash32 v0.2.1
2026-07-06T06:36:09.3296206Z    Compiling polyval v0.6.2
2026-07-06T06:36:09.4961219Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-06T06:36:09.7232041Z    Compiling derive_builder v0.20.2
2026-07-06T06:36:09.8555088Z    Compiling futures-executor v0.3.32
2026-07-06T06:36:09.9040271Z    Compiling vergen-gitcl v1.0.8
2026-07-06T06:36:09.9048078Z    Compiling spin v0.9.8
2026-07-06T06:36:09.9661371Z    Compiling windows-threading v0.2.1
2026-07-06T06:36:10.0370568Z    Compiling fallible-iterator v0.3.0
2026-07-06T06:36:10.0854008Z    Compiling ryu v1.0.23
2026-07-06T06:36:10.1647158Z    Compiling icu_provider v2.2.0
2026-07-06T06:36:10.1784653Z    Compiling signature v3.0.0
2026-07-06T06:36:10.1989347Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-06T06:36:10.2161649Z    Compiling tower-layer v0.3.3
2026-07-06T06:36:10.3881675Z    Compiling windows-future v0.3.2
2026-07-06T06:36:10.4161126Z    Compiling futures v0.3.32
2026-07-06T06:36:10.4511289Z    Compiling icu_normalizer v2.2.0
2026-07-06T06:36:10.4656921Z    Compiling icu_properties v2.2.0
2026-07-06T06:36:10.5048192Z    Compiling windows-targets v0.52.6
2026-07-06T06:36:10.5178088Z    Compiling ghash v0.5.1
2026-07-06T06:36:10.6472594Z    Compiling ipnet v2.12.0
2026-07-06T06:36:10.6683768Z    Compiling ed25519 v3.0.0-rc.4
2026-07-06T06:36:10.7823547Z    Compiling proc-macro-crate v3.5.0
2026-07-06T06:36:11.0523347Z    Compiling prefix-trie v0.8.4
2026-07-06T06:36:11.1014289Z    Compiling windows-collections v0.3.2
2026-07-06T06:36:11.2292794Z    Compiling once_cell v1.21.4
2026-07-06T06:36:11.2503594Z    Compiling tokio-util v0.7.18
2026-07-06T06:36:11.3252036Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-06T06:36:11.3360995Z    Compiling windows-numerics v0.3.1
2026-07-06T06:36:11.3907180Z    Compiling spt-proto v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-07-06T06:36:11.4846389Z    Compiling tracing-core v0.1.36
2026-07-06T06:36:11.5575768Z    Compiling derive_more v2.1.1
2026-07-06T06:36:11.5679151Z    Compiling cobs v0.3.0
2026-07-06T06:36:11.5902477Z    Compiling postcard-derive v0.2.2
2026-07-06T06:36:11.5986108Z    Compiling ctr v0.9.2
2026-07-06T06:36:11.7522607Z    Compiling idna_adapter v1.2.2
2026-07-06T06:36:11.8218535Z    Compiling hashbrown v0.14.5
2026-07-06T06:36:11.8282945Z    Compiling aes v0.8.4
2026-07-06T06:36:11.8543967Z    Compiling tracing v0.1.44
2026-07-06T06:36:11.8987570Z    Compiling idna v1.1.0
2026-07-06T06:36:11.9121721Z    Compiling sha2 v0.11.0-rc.5
2026-07-06T06:36:11.9382981Z    Compiling fs2 v0.4.3
2026-07-06T06:36:11.9972097Z    Compiling time v0.3.47
2026-07-06T06:36:12.1682794Z    Compiling http-body-util v0.1.3
2026-07-06T06:36:12.1841522Z    Compiling aead v0.5.2
2026-07-06T06:36:12.2927055Z    Compiling url v2.5.8
2026-07-06T06:36:12.3485735Z    Compiling h2 v0.4.14
2026-07-06T06:36:12.3753054Z    Compiling ipconfig v0.3.4
2026-07-06T06:36:12.4092441Z    Compiling hashlink v0.9.1
2026-07-06T06:36:12.4957184Z    Compiling arrayvec v0.7.6
2026-07-06T06:36:12.5071410Z    Compiling widestring v1.2.1
2026-07-06T06:36:12.6051473Z    Compiling utf8parse v0.2.2
2026-07-06T06:36:12.6254056Z    Compiling aes-gcm v0.10.3
2026-07-06T06:36:12.7461869Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-06T06:36:12.8045586Z    Compiling rusqlite v0.32.1
2026-07-06T06:36:12.8122170Z    Compiling postcard v1.1.3
2026-07-06T06:36:12.8128654Z    Compiling data-encoding-macro v0.1.20
2026-07-06T06:36:12.8228213Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-06T06:36:12.8796953Z    Compiling windows v0.62.2
2026-07-06T06:36:13.0409827Z    Compiling num_enum_derive v0.7.6
2026-07-06T06:36:13.0442073Z    Compiling tower v0.5.3
2026-07-06T06:36:13.1524006Z    Compiling windows-sys v0.59.0
2026-07-06T06:36:13.2177070Z    Compiling chrono v0.4.45
2026-07-06T06:36:13.2576118Z    Compiling crossbeam-epoch v0.9.18
2026-07-06T06:36:13.3835191Z    Compiling crossbeam-channel v0.5.15
2026-07-06T06:36:13.7518335Z    Compiling spt-store v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-07-06T06:36:13.7588432Z    Compiling strum_macros v0.28.0
2026-07-06T06:36:13.7753993Z    Compiling enum-assoc v1.3.0
2026-07-06T06:36:14.0391335Z    Compiling async-trait v0.1.89
2026-07-06T06:36:14.2588285Z    Compiling iroh-metrics-derive v0.4.1
2026-07-06T06:36:14.2767473Z    Compiling windows-registry v0.6.1
2026-07-06T06:36:14.3786299Z    Compiling blake3 v1.8.5
2026-07-06T06:36:14.5104135Z    Compiling memoffset v0.6.5
2026-07-06T06:36:14.6983230Z    Compiling netwatch v0.16.0
2026-07-06T06:36:14.7347600Z    Compiling noq v0.18.0
2026-07-06T06:36:14.8119014Z    Compiling acto v0.8.2
2026-07-06T06:36:14.8556752Z    Compiling tagptr v0.2.0
2026-07-06T06:36:14.8960929Z    Compiling thiserror v1.0.69
2026-07-06T06:36:14.9257756Z    Compiling sorted-index-buffer v0.2.1
2026-07-06T06:36:15.0724590Z    Compiling rustc-hash v2.1.2
2026-07-06T06:36:15.1017135Z    Compiling xml-rs v0.8.28
2026-07-06T06:36:15.1049110Z    Compiling foldhash v0.2.0
2026-07-06T06:36:15.1065883Z    Compiling ref-cast v1.0.25
2026-07-06T06:36:15.1506518Z    Compiling identity-hash v0.1.0
2026-07-06T06:36:15.1778935Z    Compiling lru-slab v0.1.2
2026-07-06T06:36:15.2570703Z    Compiling mac-addr v0.3.0
2026-07-06T06:36:15.4966710Z    Compiling netdev v0.42.0
2026-07-06T06:36:15.5193120Z    Compiling hashbrown v0.16.1
2026-07-06T06:36:15.6419404Z    Compiling moka v0.12.15
2026-07-06T06:36:15.8006171Z    Compiling iroh-metrics v0.38.3
2026-07-06T06:36:15.8472644Z    Compiling iroh-relay v0.98.0
2026-07-06T06:36:16.1888277Z    Compiling xmltree v0.10.3
2026-07-06T06:36:16.2678996Z    Compiling num_enum v0.7.6
2026-07-06T06:36:16.3333736Z    Compiling spt-msg v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-07-06T06:36:16.4055924Z    Compiling tower-http v0.6.11
2026-07-06T06:36:16.5863919Z    Compiling iroh-base v0.98.0
2026-07-06T06:36:16.7641486Z    Compiling hyper v1.10.1
2026-07-06T06:36:16.8029622Z    Compiling strum v0.28.0
2026-07-06T06:36:16.9335424Z    Compiling attohttpc v0.30.1
2026-07-06T06:36:16.9863366Z    Compiling n0-watcher v0.6.1
2026-07-06T06:36:17.0621955Z    Compiling tokio-stream v0.1.18
2026-07-06T06:36:17.0939838Z    Compiling serde_spanned v0.6.9
2026-07-06T06:36:17.1151261Z    Compiling toml_datetime v0.6.11
2026-07-06T06:36:17.3334943Z    Compiling ref-cast-impl v1.0.25
2026-07-06T06:36:17.3813613Z    Compiling thiserror-impl v1.0.69
2026-07-06T06:36:17.4340537Z    Compiling serde_derive_internals v0.29.1
2026-07-06T06:36:17.4343085Z    Compiling simple-dns v0.9.3
2026-07-06T06:36:17.5930499Z    Compiling serial-core v0.4.0
2026-07-06T06:36:17.7149454Z    Compiling aho-corasick v1.1.4
2026-07-06T06:36:17.7566292Z    Compiling sha1_smol v1.0.1
2026-07-06T06:36:17.9111072Z    Compiling smol_str v0.1.24
2026-07-06T06:36:18.0258306Z    Compiling regex-syntax v0.8.10
2026-07-06T06:36:18.0698175Z    Compiling winreg v0.10.1
2026-07-06T06:36:18.1092220Z    Compiling hyper-util v0.1.20
2026-07-06T06:36:18.1344554Z    Compiling simdutf8 v0.1.5
2026-07-06T06:36:18.2087638Z    Compiling toml_write v0.1.2
2026-07-06T06:36:18.4131467Z    Compiling winnow v0.7.15
2026-07-06T06:36:18.5161104Z    Compiling resolv-conf v0.7.6
2026-07-06T06:36:18.5454938Z    Compiling constant_time_eq v0.4.2
2026-07-06T06:36:18.7881767Z    Compiling arrayref v0.3.9
2026-07-06T06:36:18.7998835Z    Compiling schemars_derive v1.2.1
2026-07-06T06:36:18.8329475Z    Compiling iroh-dns v0.98.0
2026-07-06T06:36:19.2706050Z    Compiling serial-windows v0.4.0
2026-07-06T06:36:19.5175602Z    Compiling lru v0.16.4
2026-07-06T06:36:19.5513411Z    Compiling webpki-roots v1.0.7
2026-07-06T06:36:19.5935689Z    Compiling seize v0.5.1
2026-07-06T06:36:19.6786166Z    Compiling igd-next v0.17.1
2026-07-06T06:36:19.7496103Z    Compiling darling_core v0.23.0
2026-07-06T06:36:19.7641895Z    Compiling hmac v0.12.1
2026-07-06T06:36:19.8002131Z    Compiling serde_bytes v0.11.19
2026-07-06T06:36:19.9330869Z    Compiling iroh v0.98.2
2026-07-06T06:36:19.9645571Z    Compiling once_cell_polyfill v1.70.2
2026-07-06T06:36:19.9934549Z    Compiling pin-utils v0.1.0
2026-07-06T06:36:20.0804506Z    Compiling regex-automata v0.4.14
2026-07-06T06:36:20.0964105Z    Compiling cmov v0.5.4
2026-07-06T06:36:20.1163147Z    Compiling bitflags v1.3.2
2026-07-06T06:36:20.1200808Z    Compiling lazy_static v1.5.0
2026-07-06T06:36:20.2875201Z    Compiling anstyle v1.0.14
2026-07-06T06:36:20.2970090Z    Compiling dyn-clone v1.0.20
2026-07-06T06:36:20.3911566Z    Compiling toml_edit v0.22.27
2026-07-06T06:36:20.4740453Z    Compiling anstyle-wincon v3.0.11
2026-07-06T06:36:20.4777332Z    Compiling ctutils v0.4.2
2026-07-06T06:36:20.5572348Z    Compiling shared_library v0.1.9
2026-07-06T06:36:20.5678829Z    Compiling nix v0.25.1
2026-07-06T06:36:20.7288456Z    Compiling hkdf v0.12.4
2026-07-06T06:36:20.7773724Z    Compiling papaya v0.2.4
2026-07-06T06:36:20.7876293Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-06T06:36:20.8033719Z    Compiling serial v0.4.0
2026-07-06T06:36:20.8249336Z    Compiling schemars v1.2.1
2026-07-06T06:36:20.9125299Z    Compiling filedescriptor v0.8.3
2026-07-06T06:36:20.9306934Z    Compiling anstyle-parse v1.0.0
2026-07-06T06:36:20.9525704Z    Compiling backon v1.6.0
2026-07-06T06:36:21.1457714Z    Compiling anstyle-query v1.1.5
2026-07-06T06:36:21.2227141Z    Compiling vte_generate_state_changes v0.1.2
2026-07-06T06:36:21.2521408Z    Compiling instability v0.3.12
2026-07-06T06:36:21.2559583Z    Compiling foldhash v0.1.5
2026-07-06T06:36:21.2708341Z    Compiling colorchoice v1.0.5
2026-07-06T06:36:21.3769496Z    Compiling downcast-rs v1.2.1
2026-07-06T06:36:21.4610851Z    Compiling shell-words v1.1.1
2026-07-06T06:36:21.4915681Z    Compiling paste v1.0.15
2026-07-06T06:36:21.5218211Z    Compiling is_terminal_polyfill v1.70.2
2026-07-06T06:36:21.5459392Z    Compiling hashbrown v0.15.5
2026-07-06T06:36:21.6317226Z    Compiling vte v0.13.1
2026-07-06T06:36:21.6862372Z    Compiling anstream v1.0.0
2026-07-06T06:36:21.7127865Z    Compiling portable-pty v0.8.1
2026-07-06T06:36:21.7188340Z    Compiling spake2 v0.4.0
2026-07-06T06:36:22.1047661Z    Compiling strum_macros v0.26.4
2026-07-06T06:36:22.1651042Z    Compiling terminal_size v0.4.4
2026-07-06T06:36:22.2140202Z    Compiling crossterm_winapi v0.9.1
2026-07-06T06:36:22.2925097Z    Compiling regex v1.12.3
2026-07-06T06:36:22.3951194Z    Compiling toml v0.8.23
2026-07-06T06:36:22.5069591Z    Compiling itertools v0.13.0
2026-07-06T06:36:22.5128224Z    Compiling sha1 v0.10.6
2026-07-06T06:36:22.6878216Z    Compiling castaway v0.2.4
2026-07-06T06:36:22.8163074Z    Compiling spt-runtime v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-07-06T06:36:22.8556562Z    Compiling doctest-file v1.1.1
2026-07-06T06:36:22.9894031Z    Compiling clap_lex v1.1.0
2026-07-06T06:36:23.2288245Z    Compiling wmi v0.18.4
2026-07-06T06:36:23.3390649Z    Compiling unicode-width v0.1.14
2026-07-06T06:36:23.4310361Z    Compiling static_assertions v1.1.0
2026-07-06T06:36:23.4553105Z    Compiling indoc v2.0.7
2026-07-06T06:36:23.4902348Z    Compiling darling_macro v0.23.0
2026-07-06T06:36:23.5482829Z    Compiling recvmsg v1.0.0
2026-07-06T06:36:23.6137876Z    Compiling compact_str v0.8.2
2026-07-06T06:36:23.6592927Z    Compiling clap_builder v4.6.0
2026-07-06T06:36:23.9729286Z    Compiling unicode-truncate v1.1.0
2026-07-06T06:36:24.0484509Z    Compiling darling v0.23.0
2026-07-06T06:36:24.1304873Z    Compiling interprocess v2.4.2
2026-07-06T06:36:24.2419906Z    Compiling crossterm v0.28.1
2026-07-06T06:36:24.2671230Z    Compiling strum v0.26.3
2026-07-06T06:36:24.4616352Z    Compiling spt-term v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-07-06T06:36:24.5397402Z    Compiling lru v0.12.5
2026-07-06T06:36:24.9773547Z    Compiling portmapper v0.16.0
2026-07-06T06:36:25.3571924Z    Compiling spt-live v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-07-06T06:36:25.8314398Z    Compiling clap_derive v4.6.1
2026-07-06T06:36:25.8640941Z    Compiling error-code v3.3.2
2026-07-06T06:36:25.9577650Z    Compiling unicode-width v0.2.0
2026-07-06T06:36:26.0628460Z    Compiling cassowary v0.3.0
2026-07-06T06:36:26.0970157Z    Compiling clipboard-win v5.4.1
2026-07-06T06:36:26.1542211Z    Compiling nucleo-matcher v0.3.1
2026-07-06T06:36:26.2270765Z    Compiling qrcode v0.14.1
2026-07-06T06:36:26.2594751Z    Compiling tempfile v3.27.0
2026-07-06T06:36:26.6607548Z    Compiling ratatui v0.29.0
2026-07-06T06:36:27.7569278Z    Compiling clap v4.6.1
2026-07-06T06:36:39.3758235Z    Compiling rustls-webpki v0.103.13
2026-07-06T06:36:41.7367741Z    Compiling tokio-rustls v0.26.4
2026-07-06T06:36:41.7368082Z    Compiling rustls-platform-verifier v0.7.0
2026-07-06T06:36:41.7368367Z    Compiling noq-proto v0.17.0
2026-07-06T06:36:41.8894801Z    Compiling hickory-net v0.26.0-beta.4
2026-07-06T06:36:41.8895271Z    Compiling hyper-rustls v0.27.9
2026-07-06T06:36:41.8895659Z    Compiling tokio-websockets v0.13.2
2026-07-06T06:36:42.0366427Z    Compiling reqwest v0.13.4
2026-07-06T06:36:42.9966598Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-06T06:36:59.9192192Z    Compiling spt-net v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-07-06T06:37:01.4245110Z    Compiling spt-daemon v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-07-06T06:37:10.9145302Z    Compiling spt v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-07-06T06:37:18.7821397Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 22s
2026-07-06T06:37:18.8039426Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-e8329339fd16cbd9.exe)
2026-07-06T06:37:18.8495102Z 
2026-07-06T06:37:18.8495426Z running 1 test
2026-07-06T06:37:26.7449488Z test new_brain_serves_against_old_broker ... ok
2026-07-06T06:37:26.7449726Z 
2026-07-06T06:37:26.7449915Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.90s
2026-07-06T06:37:26.7450167Z 
